home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Games / Game Sample Code / ZAM 1.0a13 / GameSource / GameMenu.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-16  |  152 b   |  18 lines  |  [TEXT/KAHL]

  1. /*
  2. */
  3.  
  4. #include "MenuDispatch.h"
  5.  
  6. #include "GameMenu.proto.h"
  7.  
  8.  
  9. void ChooseGame(short item)
  10. {
  11.     switch(item) {
  12.         case 1:    SoundEnable();
  13.             break;
  14.     }
  15. }
  16.  
  17.  
  18.